GUI Help > Menus > createPopupMenu

createPopupMenu
handle menu=createPopupMenu()

Description:
Creates a popup (or "right click" / "context") menu which you show using showPopupMenu when the user right clicks on a certain item in your application.

Return Value:
Handle of the new menu.

Parameters:
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)